home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbinst13
/
install.inf
< prev
next >
Wrap
INI File
|
1992-09-01
|
1KB
|
49 lines
;def section contains all default values to be installed
;defdir default is subdirectory name to be created under windows directory
;defgroup is Program Manager group name to be created
;needspace is diskspace that program requires in KB
[Def]
defdir=vbinst
defgroup=vbinst
needspace=100
;GrpFiles section contains files and programs to be added to Program
;Manager group
[GrpFiles]
file 1=vbinst.exe
file 2=vbinst.wri
file 3=vbinst.txt
file 4=EndMark
;systemfiles sections contains files to be copied windows system directory
;etc. DLL's and VBX's program need to acces during execution
;file 1 is now only commented so you can see an example
;you may need to copy VBRUN100.DLL, if the user already
;does not has it
;endmark is only mark that tells to install program's lastfile
[SystemFiles]
;file 1=vbrun100.dll
file 2=EndMark
;files section contains files to be copied to subdirectory given by user
;endmark is only mark that tells to install program's lastfile
[Files]
file 1=install.inf
file 2=vbinst.exe
file 3=vbinst.frm
file 4=vbinst.gbl
file 5=vbinst.bas
file 6=vbinst.mak
file 7=vbinst.txt
file 8=vbinst.wri
file 9=vbwarn.frm
file 10=vbwait.frm
file 11=vbinst13.ico
file 12=vbinst.dll
file 13=vbinst.pas
file 14=EndMark